type crypto/rand.hideAgainReader

3 uses

	crypto/rand (current package)
		rand_unix.go#L74: 			r.f = bufio.NewReader(hideAgainReader{f})
		rand_unix.go#L84: type hideAgainReader struct {
		rand_unix.go#L88: func (hr hideAgainReader) Read(p []byte) (n int, err error) {